IKeyboardHook Class Reference
[Version 4.0]

generic keyboard hook interface for CFrame More...

Inheritance diagram for IKeyboardHook:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~IKeyboardHook ()
virtual int32_t onKeyDown (const VstKeyCode &code, CFrame *frame)=0
 should return 1 if no further key down processing should apply, otherwise -1
virtual int32_t onKeyUp (const VstKeyCode &code, CFrame *frame)=0
 should return 1 if no further key up processing should apply, otherwise -1

Detailed Description

generic keyboard hook interface for CFrame


Constructor & Destructor Documentation

virtual ~IKeyboardHook (  )  [inline, virtual]

Member Function Documentation

virtual int32_t onKeyDown ( const VstKeyCode code,
CFrame frame 
) [pure virtual]

should return 1 if no further key down processing should apply, otherwise -1

Implemented in VST3Editor.

virtual int32_t onKeyUp ( const VstKeyCode code,
CFrame frame 
) [pure virtual]

should return 1 if no further key up processing should apply, otherwise -1

Implemented in VST3Editor.


The documentation for this class was generated from the following file:

Generated on Fri Nov 22 11:09:33 2013 for VSTGUI by  doxygen 1.6.1